home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / tcsh6072.zip / tcsh6072 / README.NEW < prev    next >
Text File  |  1997-06-05  |  2KB  |  47 lines

  1.  
  2. Hello again to everyone,
  3.  
  4. This is the fifth version of TCSH for OS/2. It is based on the
  5. TCSH-6.07.02 source. A few bug fixes and a total recompile using EMX09c Fix2
  6. are all I have had time for this past... er.... year. ( oops! sorry )
  7.  
  8. EMX09c seems to break my version of ELVIS when run through TCSH 
  9. so don't blame it on me! :)
  10. My workaround was to write a batchfile called vi.cmd that calls
  11. _vi.exe ( renamed from vi.exe ) TCSH will auto launch a cmd file
  12. into a cmd.exe session so it will not suffer any problems.
  13.  
  14. Is anyone else having this happen to them? What termcap are you using?
  15.  
  16. Still have the keyboard buffer problem. I don't type *that* fast!
  17. Control D unlocks the buffer *every* time. Anyone have clues?
  18.  
  19. For the complete list of OS/2 related fixes, see the file: history.os2
  20. Please also reread README.OS2. It has some changes in it.
  21.  
  22.  
  23. New things:
  24.  
  25. * The only new function in 6.07 is "implicitcd"
  26. ( type set implicitcd to activiate ) which allows you to type:
  27.  
  28.             /tmp
  29.  
  30.             instead of 
  31.  
  32.             cd /tmp
  33.  
  34.  
  35. * The environment variables to control the cursor shape are:
  36.  
  37.     VCTI  x0 x1             ( for insert )
  38.     VCTO  x0 x1             ( for overstrike )
  39.  
  40. where x0 is the starting line for the cursor, and x1 is the ending
  41. 0 is top line, 12 ( or 8 depending on your video card )  is the bottom.
  42.  
  43. The defaults for TCSH ( where there is no environment variable, or when
  44. there is an error ) is 12 12 ( or 8 8 )  for insert and 0 12 ( or 0 8 )
  45. for overstrike.
  46.  
  47.